home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Canadian & World Encyclopedia 1998
/
The Canadian & World Encyclopedia 1998 - Disc 2.iso
/
mac
/
prime_CD
/
pb
/
PREVIEW.DIR
/
00164_Script_164
< prev
next >
Wrap
Text File
|
1997-07-22
|
331b
|
12 lines
on exitFrame
puppetsprite 1, 1
set factor = 3
set theEnd = the width of sprite 1 + factor
repeat with x = 1 to theEnd
set the width of sprite 1 to the width of sprite 1 - factor
set the height of sprite 1 to the height of sprite 1 - factor
updatestage
end repeat
puppetsprite 1, 0
go next
end